Vcenter Vm Hardware Ethernet BackingInfo
The Vcenter Vm Hardware Ethernet BackingInfo schema contains information about the physical resource backing a virtual Ethernet adapter.
{
"type": "string",
"network": "string",
"network_name": "string",
"host_device": "string",
"distributed_switch_uuid": "string",
"distributed_port": "string",
"connection_cookie": 0,
"opaque_network_type": "string",
"opaque_network_id": "string"
}
Backing type for the virtual Ethernet adapter.
For more information see: Vcenter Vm Hardware Ethernet BackingType.
Identifier of the network backing the virtual Ethernet adapter.
If missing or null
, the identifier of the network backing could not be determined.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network
.
Name of the standard portgroup backing the virtual Ethernet adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Ethernet BackingType.STANDARD_PORTGROUP.
Name of the device backing the virtual Ethernet adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Ethernet BackingType.HOST_DEVICE.
UUID of the distributed virtual switch that backs the virtual Ethernet adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Ethernet BackingType.DISTRIBUTED_PORTGROUP.
Key of the distributed virtual port that backs the virtual Ethernet adapter.
This property will be missing or null
if the virtual Ethernet device is not bound to a distributed virtual port; this can happen if the virtual machine is powered off or the virtual Ethernet device is not connected.
Server-generated cookie that identifies the connection to the port. This ookie may be used to verify that the virtual machine is the rightful owner of the port.
This property will be missing or null
if the virtual Ethernet device is not bound to a distributed virtual port; this can happen if the virtual machine is powered off or the virtual Ethernet device is not connected.
Type of the opaque network that backs the virtual Ethernet adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Ethernet BackingType.OPAQUE_NETWORK.
Identifier of the opaque network that backs the virtual Ethernet adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Ethernet BackingType.OPAQUE_NETWORK.